rev:设置站点增加手动事务
This commit is contained in:
@@ -146,13 +146,6 @@ public interface CheckOutBillService {
|
||||
*/
|
||||
void setPoint(JSONObject whereJson);
|
||||
|
||||
/**
|
||||
* 设置一个站点
|
||||
*
|
||||
* @param whereJson /
|
||||
*/
|
||||
void oneSetPoint(JSONObject whereJson);
|
||||
|
||||
/**
|
||||
* 设置一个站点
|
||||
*
|
||||
|
||||
@@ -150,14 +150,6 @@ public class CheckOutBillController {
|
||||
return new ResponseEntity<>(HttpStatus.NO_CONTENT);
|
||||
}
|
||||
|
||||
@PostMapping("/oneSetPoint")
|
||||
@Log("设置一个站点")
|
||||
|
||||
public ResponseEntity<Object> oneSetPoint(@RequestBody JSONObject whereJson) {
|
||||
checkOutBillService.oneSetPoint(whereJson);
|
||||
return new ResponseEntity<>(HttpStatus.NO_CONTENT);
|
||||
}
|
||||
|
||||
@PostMapping("/oneSetPoint2")
|
||||
@Log("设置一个站点")
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user