Browse Source

修改时报字段异常问题

songyh 3 years ago
parent
commit
3016ae8f1e

+ 1 - 1
jeecg-boot-report/src/main/java/cn/com/ctop/common/mapper/xml/UserAllocationMapper.xml

@@ -19,7 +19,7 @@
             #{item}
         </foreach>
         <if test="designUserId!=null">
-            abd t1.user_id = #{designUserId}
+            and t1.user_id = #{designUserId}
         </if>
         order by t1.create_time desc
     </select>