fix:外销合同变更单合同签章问题处理
This commit is contained in:
parent
457a73cfd5
commit
b25b2e3495
@ -117,7 +117,7 @@ public class ObjectToJsonUtils {
|
||||
JSONObject Object = new JSONObject();
|
||||
Object.put("formCodeId", dataEntity.getString("yem_yzjid"));
|
||||
if (creator == null || creator.length() == 0) {
|
||||
Object.put("creator", dataEntity.getString("yem_creator"));
|
||||
Object.put("creator", dataEntity.getString("yem_operator"));
|
||||
} else {
|
||||
Object.put("creator", creator);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user