Merge remote-tracking branch 'origin/master'

This commit is contained in:
liang.chao 2025-09-04 11:31:23 +08:00
commit 1b5b72fe0c
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);
}