|
|
|
@ -241,6 +241,8 @@ public class BsPayQrCodeServiceImpl implements BsPayQrCodeService { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未找到商户信息"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
qrCode.setSalesmanId(store.getSalesmanId()); |
|
|
|
|
qrCode.setSalesmanName(store.getSalesmanName()); |
|
|
|
|
qrCode.setStoreId(store.getId()); |
|
|
|
|
qrCode.setStoreName(store.getName()); |
|
|
|
|
qrCode.setStoreBindTime(new Date()); |
|
|
|
|