优化企标导入企标类别和企标编号中间空格问题
This commit is contained in:
+1
-1
@@ -2826,7 +2826,7 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
|
||||
|
||||
SarBussionessStand sarBussionessStand = new SarBussionessStand();
|
||||
//拼接企标编号
|
||||
String standCode = standSort + " " + standNumber + "-" + standYear;
|
||||
String standCode = standSort + standNumber + "-" + standYear;
|
||||
sarBussionessStand.setStandCode(standCode);
|
||||
// 根据标准号判断数据是否已存在
|
||||
//2021年4月9日 此处检查当前是否存在standId
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@ public class SarStandItemsController extends BaseController<SarStandItems> {
|
||||
|
||||
return Result.success(pageInfo);
|
||||
}
|
||||
|
||||
|
||||
@ApiOperation(value = "分解单更新")
|
||||
@PutMapping("/updateSarItemAndInterpretation")
|
||||
public ResponseMessage updateSarItemAndInterpretation(@RequestBody SarStandItems resolveListForm){
|
||||
|
||||
Reference in New Issue
Block a user