Parcourir la source

fix

release_toaliyun_real
winter il y a 1 an
Parent
révision
87ee4f9863
2 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/contract/WxPropertyContractController.java
  2. +8
    -0
      mallinkService/src/main/java/com/iformall/service/payBill/impl/jianhang/JianHangMaServiceImpl.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/contract/WxPropertyContractController.java Voir le fichier

@@ -177,7 +177,7 @@ public class WxPropertyContractController extends WxContractBaseController {
wxPropertyContract.setContractNumber(null); wxPropertyContract.setContractNumber(null);
if (wxPropertyContract.getCreateType().intValue() == EnumPropertyCreateType.BY_SHOP.getCode().intValue()) { if (wxPropertyContract.getCreateType().intValue() == EnumPropertyCreateType.BY_SHOP.getCode().intValue()) {
if (StringUtils.isBlank(wxPropertyContract.getRentArea()) || StringUtils.isBlank(wxPropertyContract.getShopIds())) { if (StringUtils.isBlank(wxPropertyContract.getRentArea()) || StringUtils.isBlank(wxPropertyContract.getShopIds())) {
return new ResultData(Result.ERROR,"rentArea,shopIds参数不能为空");
return new ResultData(Result.ERROR,"请选择店铺");
} }
if (null == wxPropertyContract.getRentalStartDate()) { if (null == wxPropertyContract.getRentalStartDate()) {
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "起租开始时间不能为空"); return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "起租开始时间不能为空");


+ 8
- 0
mallinkService/src/main/java/com/iformall/service/payBill/impl/jianhang/JianHangMaServiceImpl.java Voir le fichier

@@ -24,6 +24,14 @@ import com.iformall.utils.DateUtils;
import com.iformall.utils.HttpUtil; import com.iformall.utils.HttpUtil;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;


/**
* 建行收款码支付
*
* 需银行配置回调地址
*
* @author Administrator
*
*/
@Slf4j @Slf4j
@Service @Service
public class JianHangMaServiceImpl extends PayBillBaseService implements PayBillAdapterService { public class JianHangMaServiceImpl extends PayBillBaseService implements PayBillAdapterService {


Chargement…
Annuler
Enregistrer