mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 12:13:33 +09:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -79,10 +79,8 @@ public class InController {
|
||||
|
||||
@PostMapping("/create_process")
|
||||
@ResponseBody
|
||||
public int createProcess(InDto dto) {
|
||||
boolean create = inService.chechAndUpdateOrCreateProcessForCreate(dto);
|
||||
|
||||
return 0;
|
||||
public boolean createProcess(InDto dto) {
|
||||
return inService.chechAndUpdateOrCreateProcessForCreate(dto);
|
||||
}
|
||||
|
||||
@PostMapping("/read")
|
||||
|
||||
Reference in New Issue
Block a user