Commit 8a36dd60 by 徐高华

sql

parent 66b3ac82
......@@ -199,8 +199,8 @@ public interface TabHaobanHmQrcodeMapper {
* @return
* @throws
*/
int getCanAddCount(@Param("groupId")String wxEnterpriseId , @Param("groupId")String enterprsieId , @Param("storeIdList")List<String> storeIdList) ;
int getCanAddCount(@Param("wxEnterpriseId")String wxEnterpriseId , @Param("enterpriseId")String enterpriseId , @Param("storeIdList")List<String> storeIdList) ;
List<HmQrcodeClerkBO> listCanAddClerk(@Param("groupId")String wxEnterpriseId , @Param("groupId")String enterprsieId , @Param("storeIdList")List<String> storeIdList);
List<HmQrcodeClerkBO> listCanAddClerk(@Param("wxEnterpriseId")String wxEnterpriseId , @Param("enterpriseId")String enterpriseId , @Param("storeIdList")List<String> storeIdList);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment