瀏覽代碼

修改代码bug

songyh 3 年之前
父節點
當前提交
d24f811c19

+ 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">