|
|
|
@ -67,8 +67,6 @@ public class MpController extends BaseController {
|
|
|
|
|
recordHistoryService.saveHistory(recordId);
|
|
|
|
|
|
|
|
|
|
tRecord.setId(recordId);
|
|
|
|
|
tRecord.setDelFlag("0");
|
|
|
|
|
tRecord.setStatus("0");
|
|
|
|
|
tRecord.setUpdateResult("");
|
|
|
|
|
tRecord.setUpdateResult2("");
|
|
|
|
|
tRecordService.updateTRecord(tRecord);
|
|
|
|
|