支出合同优化
This commit is contained in:
parent
f9868b2535
commit
8eaf32011c
|
@ -36,6 +36,9 @@ public class OutContractFromPlugin extends AbstractBillPlugIn implements Plugin
|
|||
if (changeName.equals(contracttype)) {//收入合同字段值改变
|
||||
//合同类型
|
||||
DynamicObject contractType = (DynamicObject)changeData.getNewValue();
|
||||
if (contractType==null){
|
||||
return;
|
||||
}
|
||||
String number = contractType.getString("number");
|
||||
List<ComboItem> comboList = new ArrayList<>();
|
||||
List<ComboItem> comboList1 = new ArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue