|
@@ -1,4 +1,4 @@
|
|
|
-package nckd.jimin.jyyy.fi.plugin.operate;
|
|
|
+package nckd.jimin.jyyy.fi.plugin.form;
|
|
|
|
|
|
import kd.bos.context.RequestContext;
|
|
|
import kd.bos.dataentity.entity.DynamicObject;
|
|
@@ -94,7 +94,7 @@ public class ErExpenseBaseCusEditPlugin extends ErExpenseBaseEdit {
|
|
|
DynamicObject orgDy = BusinessDataServiceHelper.loadSingle("bos_org", "id, number", qFilter.toArray());
|
|
|
|
|
|
if(orgDy != null){
|
|
|
- billMap.put("costcompany", null);
|
|
|
+ billMap.put("costcompany", orgDy);
|
|
|
}
|
|
|
}
|
|
|
}
|