Commit 8a798188 by wuwenlong

项目立项修改BUGFIX;

parent 94edd169
...@@ -139,7 +139,7 @@ public class ServiceHGSC001 extends ServiceBase { ...@@ -139,7 +139,7 @@ public class ServiceHGSC001 extends ServiceBase {
Map resultMap = EiInfoUtils.getFirstRow(inInfo,EiConstant.resultBlock); Map resultMap = EiInfoUtils.getFirstRow(inInfo,EiConstant.resultBlock);
HGSC001 oldHgsc001 = new HGSC001(); HGSC001 oldHgsc001 = new HGSC001();
oldHgsc001.fromMap(resultMap); 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.getAccountCode(), "当前用户未绑定公司,无法操作数据,请联系管理员!");
AssertUtils.isEmpty(UserSessionUtils.getOrgId(), "当前用户未绑定部门,无法操作数据,请联系管理员!"); AssertUtils.isEmpty(UserSessionUtils.getOrgId(), "当前用户未绑定部门,无法操作数据,请联系管理员!");
......
...@@ -327,10 +327,6 @@ ...@@ -327,10 +327,6 @@
permiss_start_date = #permissStartDate#, <!-- 准许开工日期 --> permiss_start_date = #permissStartDate#, <!-- 准许开工日期 -->
start_date = #startDate#, <!-- 开工日期 --> start_date = #startDate#, <!-- 开工日期 -->
end_date = #endDate#, <!-- 完工日期 --> end_date = #endDate#, <!-- 完工日期 -->
account_code = #accountCode#, <!-- 帐套 -->
created_by = #createdBy#, <!-- 创建人 -->
created_name = #createdName#, <!-- 创建人名称 -->
created_time = #createdTime#, <!-- 创建时间 -->
updated_by = #updatedBy#, <!-- 更新人 --> updated_by = #updatedBy#, <!-- 更新人 -->
updated_name = #updatedName#, <!-- 修改人名称 --> updated_name = #updatedName#, <!-- 修改人名称 -->
updated_time = #updatedTime# <!-- 更新时间 --> updated_time = #updatedTime# <!-- 更新时间 -->
......
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