新增'企标发布节点完成任务和入库接口执行前先执行校验编号和名称校验'接口
This commit is contained in:
+2
-2
@@ -736,9 +736,9 @@ public class SarBussionessStandController extends BaseController<SarBussionessSt
|
||||
}
|
||||
|
||||
|
||||
@ApiOperation(value = "企业标准完成流程和入库前的校验")
|
||||
@ApiOperation(value = "企标发布节点完成任务和入库接口执行前先执行校验编号和名称校验")
|
||||
@PostMapping("/ifStandCodebyStandName")
|
||||
public ResponseMessage ifStandCodebyStandName(@RequestBody String standCode,String standName){
|
||||
public ResponseMessage ifStandCodebyStandName(String standCode,String standName){
|
||||
QueryWrapper<SarBussionessStand>queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq(standCode != null,"STAND_CODE",standCode)
|
||||
.eq(standName != null,"STAND_NAME",standName);
|
||||
|
||||
Reference in New Issue
Block a user