Merge branch 'fix_foton_20240408' into 'master'
fix: 企标废止流程批准后修改标准状态方式 See merge request laws-foton-slrs/foton-wkflow-rest!85
This commit is contained in:
@@ -229,5 +229,5 @@ public interface LawsUserInfoService {
|
||||
ResponseMessage selectOnlineFile(@RequestParam("onlineFileId") String onlineFileId,@RequestParam("standName") String standName,@RequestParam("key") String key);
|
||||
|
||||
@GetMapping("lawss/sarBussionessStand/updateStandStatus")
|
||||
ResponseMessage<Boolean> changeStandStatus(String standId, String standCode, String standtextStatus);
|
||||
ResponseMessage<Boolean> changeStandStatus(@RequestParam("standId") String standId,@RequestParam("standCode") String standCode,@RequestParam("standtextStatus") String standtextStatus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user