Commit 349dcbfa by huangZW

111

parent 95312a8a
...@@ -24,5 +24,5 @@ public interface TabHaobanAuditMapper { ...@@ -24,5 +24,5 @@ public interface TabHaobanAuditMapper {
List<TabHaobanAudit> listByStoreId(String storeId); List<TabHaobanAudit> listByStoreId(String storeId);
TabHaobanAudit findByStoreIdAndChangeField(String storeId,String changeField); TabHaobanAudit findByStoreIdAndChangeField(@Param("storeId")String storeId,@Param("changeField")String changeField);
} }
\ No newline at end of file
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