|
|
|
@ -408,7 +408,7 @@ public class RetailAppController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/manual_settle", method = RequestMethod.PUT)
|
|
|
|
|
@RequestMapping(value = "/client/manual_settle", method = RequestMethod.PUT)
|
|
|
|
|
public void confirmSourceAgreeFile(@ModelAttribute(CommonConsts.RETAIL_DEVICE) JSONObject device,@RequestParam boolean manual_settle) {
|
|
|
|
|
retailAppService.changeManualSettle(device,manual_settle);
|
|
|
|
|
}
|
|
|
|
|