This commit is contained in:
hayu 2025-09-04 11:27:12 +08:00
parent a5274db2e3
commit 23d74da2d1
1 changed files with 0 additions and 1 deletions

View File

@ -1272,7 +1272,6 @@ public class LeaseTaskServiceImpl implements ILeaseTaskService {
bean.setNewTypeId(leaseApplyDetails.getNewTypeId());
bean.setNum(leaseApplyDetails.getAlNum());
bean.setCreateBy(String.valueOf(theLoginUserId));
bean.setNum(leaseApplyDetails.getNum());
int res = mapper.insertBackRecordByMaId(bean);
}