提交 64a4b314 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 99246c0b
......@@ -51,6 +51,9 @@ public interface GoodsLogMapper extends BaseMapper<GoodsLog> {
+ "</if>"
+ "<if test = '" + NOTBLANK + "(siteId)' >"
+ " and siteId = #{siteId} "
+ "</if>"
+ "<if test = '" + NOTBLANK + "(typeZh)' >"
+ " and typeZh = #{typeZh} "
+ "</if>";
@Select("<script>"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论