Merge branch 'dev' into test-sso
# Conflicts: # sgzb-auth/src/main/java/com/bonus/sgzb/auth/SgzbAuthApplication.java
This commit is contained in:
commit
be66d0b7a1
|
|
@ -71,8 +71,18 @@ public interface PurchaseCheckInfoMapper
|
|||
*/
|
||||
String selectTypeNameByTaskId(Long taskId);
|
||||
|
||||
/**
|
||||
* 插入
|
||||
* @param bmNoticeInfo
|
||||
* @return
|
||||
*/
|
||||
int insertBmNoticeInfo(BmNoticeInfo bmNoticeInfo);
|
||||
|
||||
/**
|
||||
*
|
||||
* @param purchaseCheckInfo
|
||||
* @return
|
||||
*/
|
||||
List<PurchaseCheckInfo> selectPutInListList(PurchaseCheckInfo purchaseCheckInfo);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue