Browse Source

本部--年度计划和年度完成情况--指标填报人员指定修改

sunzehao 3 days ago
parent
commit
7ba1618e86

+ 2 - 1
ims-service/ims-eval/src/main/java/com/ims/eval/controller/EvaluationDeptProcessController.java

@@ -61,7 +61,8 @@ public class EvaluationDeptProcessController {
 		JSONObject data = (JSONObject) jsonArr.get("data");
 		if (data.toJSONString().length() > 0) {
 			EvaluationDeptProcess edp = evaluationDeptProcessService.getById(id);
-			if (null != edp && businessType.equals(edp.getBusinessType())) {
+//			if (null != edp && businessType.equals(edp.getBusinessType())) {
+			if (null != edp) {
 				edp.setDeptPersonalName(String.valueOf(data.get("name")));
 				b = evaluationDeptProcessService.updateById(edp);
 				if (b) {