Merge branch 'dev' into test-sso

# Conflicts:
#	sgzb-auth/src/main/java/com/bonus/sgzb/auth/SgzbAuthApplication.java
This commit is contained in:
liang.chao 2024-01-30 16:29:17 +08:00
commit be66d0b7a1
1 changed files with 10 additions and 0 deletions

View File

@ -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);
/**