Commit 7f5c3acb authored by suhuiguang's avatar suhuiguang

1.使用标志开发

2.登记证普通打印地点字段加长模板
parent f45ba334
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
other.CODE96333 code96333, other.CODE96333 code96333,
ur.receive_org_name as receiveOrgName, ur.receive_org_name as receiveOrgName,
(SELECT name from tz_equipment_category where code = jri.EQU_CATEGORY) as equCategory, (SELECT name from tz_equipment_category where code = jri.EQU_CATEGORY) as equCategory,
jri.EQU_CATEGORY as equCategoryCode,
jri.PRODUCT_NAME as productName, jri.PRODUCT_NAME as productName,
jri.EQU_CODE as equCode, jri.EQU_CODE as equCode,
jri.EQU_LIST as equList, jri.EQU_LIST as equList,
......
...@@ -388,7 +388,7 @@ public class CommonController extends BaseController { ...@@ -388,7 +388,7 @@ public class CommonController extends BaseController {
private UseFlagParamDto buildUseFlagParam(){ private UseFlagParamDto buildUseFlagParam(){
UseFlagParamDto useFlagParamDto = new UseFlagParamDto(); UseFlagParamDto useFlagParamDto = new UseFlagParamDto();
useFlagParamDto.setEquList("设备种类名称"); useFlagParamDto.setEquList("设备种类名称");
useFlagParamDto.setEquListCode("0000"); useFlagParamDto.setEquListCode("6000");
useFlagParamDto.setEquipCode("10001101"); useFlagParamDto.setEquipCode("10001101");
// useFlagParamDto.setEquipDefine("设备品种"); // useFlagParamDto.setEquipDefine("设备品种");
useFlagParamDto.setUseUnitName("使用单位名称"); useFlagParamDto.setUseUnitName("使用单位名称");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment