Commit a13fc37d authored by litengwei's avatar litengwei

代码提交

parent 50412359
......@@ -108,6 +108,9 @@ public class ProjectServiceImpl extends BaseService<ProjectDto, Project, Project
static final String status = "status";
public ProjectDto saveProjectInfo(ProjectDto model,String submitType){
String installRegionCode = model.getInstallRegionCode();
String[] split = installRegionCode.split("#");
model.setInstallRegionCode(split[split.length-1]);
String regionName = "",regionCode = "";
Map<String,String> map = getInfo(regionName,regionCode,Long.valueOf(model.getInstallRegionCode()));
model.setSubmitDate(new Date());
......
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