新增下单库存预警消息推送
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
package com.chaozhanggui.system.cashierservice.dao;
|
package com.chaozhanggui.system.cashierservice.dao;
|
||||||
|
|
||||||
import com.chaozhanggui.system.cashierservice.entity.TbUserShopMsg;
|
import com.chaozhanggui.system.cashierservice.entity.TbUserShopMsg;
|
||||||
|
import org.apache.ibatis.annotations.Param;
|
||||||
import org.apache.ibatis.annotations.Select;
|
import org.apache.ibatis.annotations.Select;
|
||||||
import org.apache.ibatis.annotations.Mapper;
|
import org.apache.ibatis.annotations.Mapper;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
@@ -28,5 +29,8 @@ public interface TbUserShopMsgMapper {
|
|||||||
int updateByPrimaryKeySelective(TbUserShopMsg record);
|
int updateByPrimaryKeySelective(TbUserShopMsg record);
|
||||||
|
|
||||||
int updateByPrimaryKey(TbUserShopMsg record);
|
int updateByPrimaryKey(TbUserShopMsg record);
|
||||||
|
|
||||||
|
@Select("select * from tb_user_shop_msg where shop_id=#{shopId}")
|
||||||
|
TbUserShopMsg selectByShopId(@Param("shopId") String shopId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ wx:
|
|||||||
# 卓尔
|
# 卓尔
|
||||||
# appId: wx0dcea6001b0a8fb4
|
# appId: wx0dcea6001b0a8fb4
|
||||||
# secrete: ba42423cce61f93f02519ff3030ceb1c
|
# secrete: ba42423cce61f93f02519ff3030ceb1c
|
||||||
|
msg:
|
||||||
|
appId: wxcf0fe8cdba153fd6
|
||||||
|
secrete: c33e06467c6879a62af633d50ed6b720
|
||||||
|
warnMsgTmpId: IZ-l9p9yBgcvhRR0uN6cBQPkWJ5i05zyWMkfeCPaAmY
|
||||||
#
|
#
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
|
|||||||
Reference in New Issue
Block a user