修改字段

This commit is contained in:
yangjun 2026-01-20 15:59:28 +08:00
parent d22b75f87c
commit f9c8ddf193
1 changed files with 2 additions and 0 deletions

View File

@ -1482,10 +1482,12 @@ public class NuInvoicingCgdMainServiceImpl extends ServiceImpl<NuInvoicingCgdMai
Map<String, Object> map = new HashMap<>();
map.put("cgdNo",cgdMain.getCgdNo());
map.put("qgDate",cgdMain.getQgDate());
map.put("cgdType",cgdMain.getCgdType());
map.put("cgdType_dictText",dictUtils.translateDictValue("cgd_type",cgdMain.getCgdType()));
map.put("departName",departName);
map.put("qgBy",cgdMain.getQgBy());
map.put("createBy",cgdMain.getCreateBy());
map.put("gysName",cgdMain.getGysName());
map.put("list", list);
return map;
}