|
@@ -473,7 +473,8 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
|
|
|
|
|
|
|
|
//单独处理车牌号
|
|
//单独处理车牌号
|
|
|
if ("LicenseNo".equals(x.getAttrCode()) && (x.getMin() != null && !x.getMin().equals(""))) {
|
|
if ("LicenseNo".equals(x.getAttrCode()) && (x.getMin() != null && !x.getMin().equals(""))) {
|
|
|
- x.setOperator(x.getDictLabal().getJSONObject(0).getString("parentNumber"));
|
|
|
|
|
|
|
+// x.setOperator(x.getDictLabal().getJSONObject(0).getString("parentNumber"));
|
|
|
|
|
+ x.setOperator("0");
|
|
|
x.setCostsId(ptlAgreementProductCostsNew.getId());
|
|
x.setCostsId(ptlAgreementProductCostsNew.getId());
|
|
|
x.setId(0);
|
|
x.setId(0);
|
|
|
costsAttrLink.add(x);
|
|
costsAttrLink.add(x);
|