Commit 18f496ee by 宋祥

Merge remote-tracking branch 'origin/dev' into dev

parents 4203a385 94edd169
......@@ -139,7 +139,7 @@ public class ServiceHGSC001 extends ServiceBase {
Map resultMap = EiInfoUtils.getFirstRow(inInfo,EiConstant.resultBlock);
HGSC001 oldHgsc001 = new HGSC001();
oldHgsc001.fromMap(resultMap);
AssertUtils.isTrue(oldHgsc001.getApprovalStatus()== CommonConstant.YesNo.NO_0,"项目已提交不可修改!");
AssertUtils.isTrue(oldHgsc001.getApprovalStatus() > CommonConstant.YesNo.NO_0,"项目已提交不可修改!");
}
AssertUtils.isEmpty(UserSessionUtils.getAccountCode(), "当前用户未绑定公司,无法操作数据,请联系管理员!");
AssertUtils.isEmpty(UserSessionUtils.getOrgId(), "当前用户未绑定部门,无法操作数据,请联系管理员!");
......
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