Browse Source

完善区域模块修改时前端不传归属时处理

ywx
王宁 3 months ago
parent
commit
2aab7034e6

+ 4
- 0
sapi/src/main/java/com/xhkjedu/sapi/service/system/ModuledefaultService.java View File

@@ -129,6 +129,10 @@ public class ModuledefaultService {
129 129
                 moduleMapper.updateBatchModuleico(moduleid, model.getModuleico());
130 130
             }
131 131
 
132
+            if(!N_Utils.isTrueInteger(model.getBelongcode())){
133
+                model.setBelongcode(originModule.getBelongcode());
134
+            }
135
+
132 136
             //直接覆盖所有学校:适用终端、站内应用、应用地址、应用编码、应用描述
133 137
             moduleMapper.updateBatchFixed(model);
134 138
 

Loading…
Cancel
Save