فهرست منبع

客户管理 接口修改

785834757 2 سال پیش
والد
کامیت
ce2df2474a
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/main/resources/mapper/modules/order/InsOrdersMapper.xml

+ 3 - 0
src/main/resources/mapper/modules/order/InsOrdersMapper.xml

@@ -1260,6 +1260,9 @@
         <if test="param != null and param != ''">
             AND (a.licenseno = #{param} or a.ins_company = #{param})
         </if>
+        <if test="userId != null and userId != ''">
+            AND a.userid = #{userId}
+        </if>
 
     </select>