Commit e7f8d58b by 陶光胜

门店保存修改

parent 1770ff1f
......@@ -65,4 +65,8 @@ public class StoreWidgetServiceImpl implements StoreWidgetService {
storeWidget.setStoreWidgetId(storeWidgetDTO.getStoreWidgetId());
return this.tabStoreWidgetMapper.updateByPrimaryKeySelective(storeWidget);
}
public static void main(String[] args){
System.out.println(Integer.MAX_VALUE);
}
}
......@@ -348,7 +348,7 @@
and (t1.store_name like concat('%', #{store.search}, '%') or t1.store_code like concat('%', #{store.search}, '%'))
</if>
<if test="store.storeCode != null and store.storeCode !=''">
and t1.store_code like concat('%', #{store.storeCode}, '%')
and t1.store_code =#{store.storeCode}
</if>
<if test="store.storeName != null and store.storeName != ''">
and t1.store_name like concat('%', #{store.storeName}, '%')
......
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