|
|
@ -97,7 +97,7 @@ public class IoCodeLostController extends BaseController {
|
|
|
|
insertEntity.setSerialNo(codeTempEntity.getSerialNo());
|
|
|
|
insertEntity.setSerialNo(codeTempEntity.getSerialNo());
|
|
|
|
insertEntity.setSupId(codeTempEntity.getSupId());
|
|
|
|
insertEntity.setSupId(codeTempEntity.getSupId());
|
|
|
|
insertEntity.setUpdateTime(new Date());
|
|
|
|
insertEntity.setUpdateTime(new Date());
|
|
|
|
|
|
|
|
insertEntity.setCreateTime(new Date());
|
|
|
|
if (codeLostEntity != null) {
|
|
|
|
if (codeLostEntity != null) {
|
|
|
|
codeLostService.update(insertEntity);
|
|
|
|
codeLostService.update(insertEntity);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|