ソースを参照

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());


読み込み中…
キャンセル
保存