فهرست منبع

修改代码bug

songyh 3 سال پیش
والد
کامیت
d24f811c19
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/MaterialInfoMapper.xml

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/MaterialInfoMapper.xml

@@ -153,7 +153,7 @@
         <if test="offlineFlag!=null">
             and matInfo.offline_flag = #{offlineFlag}
         </if>
-        <if test="status=1">
+        <if test="status==1">
             order by matInfo.confirm_time desc
         </if>
         <if test="status!=1">