Authored by chenchao

wrong setting

... ... @@ -241,7 +241,7 @@ public class SellerNoticeFacade extends BaseNoticeFacade {
};
//uid not used in push method of baseNoticeFacade
newNotice(sellerUid).withLogPrefix("pushMsg2BuyerWhenSellerChangePrice")
.needSendPush(false)
.needSendInbox(false)
.needSendSms(false)
.withPush(supplier).send();
}
... ...