|
|
|
@@ -1076,7 +1076,6 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
@Transactional(propagation = Propagation.REQUIRED, readOnly = false, rollbackFor = {Exception.class}) |
|
|
|
@Override |
|
|
|
public void copyContractConfig(Long destId,WxRentContract orgContract,MallUserInfo user,boolean isReBuildUnDeposit) { |
|
|
|
1111 |
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
WxContractShop csq = new WxContractShop(); |
|
|
|
csq.updateTenantInfo(user); |
|
|
|
|