Commit c92f88b5 authored by 王果's avatar 王果

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into…

Merge remote-tracking branch 'origin/develop_tzs_register_to_0715' into develop_tzs_register_to_0715
parents a2dff587 a8ccec4b
...@@ -1766,13 +1766,15 @@ public class CommonServiceImpl implements ICommonService { ...@@ -1766,13 +1766,15 @@ public class CommonServiceImpl implements ICommonService {
// 设备代码中间两位 // 设备代码中间两位
String equipType2MidDigits; String equipType2MidDigits;
if (ValidationUtil.isEmpty(equDefine)) { equipType2MidDigits = equCategory.substring(1, 3);
//if (ValidationUtil.isEmpty(equDefine)) {
// 没有设备品种的设备取设备类别代码中间两位 // 没有设备品种的设备取设备类别代码中间两位
equipType2MidDigits = equCategory.substring(1, 3);
} else { //}
// 设备品种代码中间两位 //else {
equipType2MidDigits = equDefine.substring(1, 3); // // 设备品种代码中间两位
} // equipType2MidDigits = equDefine.substring(1, 3);
//}
// 登记机关代号 // 登记机关代号
String city = supervisoryCode.substring(0, 1); String city = supervisoryCode.substring(0, 1);
// 西咸新区监管码对应的设备使用登记证还按咸阳(D)生成 // 西咸新区监管码对应的设备使用登记证还按咸阳(D)生成
......
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