소스 검색

fix bug

release_toaliyun_real
winter 4 년 전
부모
커밋
a0908ea527
1개의 변경된 파일2개의 추가작업 그리고 11개의 파일을 삭제
  1. +2
    -11
      mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java

+ 2
- 11
mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java 파일 보기

@@ -174,17 +174,8 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable {
*/
public void setWxCoupon(WxCoupon c){
if(c != null){
if(this.getChannelStock() == null){
this.setRemainInventory(c.getRemainInventory());
}else{
this.setRemainInventory(this.getChannelStock());
}
if(this.getChannelPrice() == null){
this.setSalePrice(c.getSalePrice());
}else{
this.setSalePrice(this.getChannelPrice());
}

this.setRemainInventory(c.getRemainInventory());
this.setSalePrice(c.getSalePrice());
this.setInventory(c.getInventory());
this.setCoverImg(c.getCoverImg());
this.setSubTitle(c.getSubTitle());


불러오는 중...
취소
저장