|
@@ -288,16 +288,16 @@ public class RoomSelectionInfoService implements BaseService<RoomSelectionInfo,
|
|
CustomerManagement customerManagement = customerManagementMapper.selectByPrimaryKey(model.getCustomerManagementId());
|
|
CustomerManagement customerManagement = customerManagementMapper.selectByPrimaryKey(model.getCustomerManagementId());
|
|
customerManagement.setStatus(7);
|
|
customerManagement.setStatus(7);
|
|
customerManagementMapper.updateByPrimaryKeySelective(customerManagement);
|
|
customerManagementMapper.updateByPrimaryKeySelective(customerManagement);
|
|
- try {
|
|
|
|
- ParkInfo parkInfo = parkInfoMapper.selectByPrimaryKey(parkRoom.getGroupId());
|
|
|
|
- // 客户分配
|
|
|
|
- JSONObject json = new JSONObject();
|
|
|
|
- json.put("pk_org", parkInfo.getOrganizationalCode());
|
|
|
|
- json.put("ncid", customerManagement.getBuyerIdentityCard());
|
|
|
|
- InvoiceUtil.customerAssign(json);
|
|
|
|
- } catch (Exception e) {
|
|
|
|
- log.error("客户分配失败", e);
|
|
|
|
- }
|
|
|
|
|
|
+// try {
|
|
|
|
+// ParkInfo parkInfo = parkInfoMapper.selectByPrimaryKey(parkRoom.getGroupId());
|
|
|
|
+// // 客户分配
|
|
|
|
+// JSONObject json = new JSONObject();
|
|
|
|
+// json.put("pk_org", parkInfo.getOrganizationalCode());
|
|
|
|
+// json.put("ncid", customerManagement.getBuyerIdentityCard());
|
|
|
|
+// InvoiceUtil.customerAssign(json);
|
|
|
|
+// } catch (Exception e) {
|
|
|
|
+// log.error("客户分配失败", e);
|
|
|
|
+// }
|
|
|
|
|
|
// 票据管理 新增一条记录
|
|
// 票据管理 新增一条记录
|
|
ReceiptManage receiptManage = new ReceiptManage();
|
|
ReceiptManage receiptManage = new ReceiptManage();
|