fix:获取不为空的利息天数
This commit is contained in:
parent
e89c386dbe
commit
f7bc2dbaef
@ -165,6 +165,6 @@ public class SalesOrderToIntAuditBusaConvert extends AbstractConvertPlugIn {
|
|||||||
yemInterestdays = dynamicObject.getBigDecimal("yem_interestdays");
|
yemInterestdays = dynamicObject.getBigDecimal("yem_interestdays");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dataEntity.set("yem_interestdays",yemInterestdays );
|
dataEntity.set("yem_interestday",yemInterestdays );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user