|
|
@ -352,7 +352,6 @@ public class AbnormalBillController {
|
|
|
|
return R.ok(abnormalBillService.anomalyReveseRepair(abnormalBill,abnormalBillDispose));
|
|
|
|
return R.ok(abnormalBillService.anomalyReveseRepair(abnormalBill,abnormalBillDispose));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/findNcCodeDescriptionByNcCode")
|
|
|
|
@GetMapping("/findNcCodeDescriptionByNcCode")
|
|
|
|
public R findNcCodeDescriptionByNcCode(String ncCode){
|
|
|
|
public R findNcCodeDescriptionByNcCode(String ncCode){
|
|
|
|
return R.ok(ncCodeService.findNcCodeDescriptionByNcCode(ncCode));
|
|
|
|
return R.ok(ncCodeService.findNcCodeDescriptionByNcCode(ncCode));
|
|
|
|