Merge remote-tracking branch 'origin/master'

master
wanglei 8 months ago
commit 5e80a80f16

@ -313,7 +313,7 @@ public class DaJianSuoController extends BaseController {
return getDataTable(list); return getDataTable(list);
} }
/** /**
* * /
*/ */
@PreAuthorize("@ss.hasPermi('dangan:qw:list')") @PreAuthorize("@ss.hasPermi('dangan:qw:list')")
@GetMapping("/qw1") @GetMapping("/qw1")

@ -54,12 +54,16 @@ public class DaQuanwen extends BaseEntity
@Excel(name = "相关图片") @Excel(name = "相关图片")
private String allPics; private String allPics;
/** 是否纠错(字典0否1是) */ /**
@Excel(name = "是否纠错(字典0否1是)") * (01)
*/
@Excel(name = "是否纠错",dictType = "error_correct")
private String errorCorrect; private String errorCorrect;
/** 审核状态(字典) */ /**
@Excel(name = "审核状态(字典)") * ()
*/
@Excel(name = "审核状态",dictType = "audit_status")
private String auditStatus; private String auditStatus;
/** 审核人 */ /** 审核人 */

@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="userId != null ">and uc.user_id = #{userId}</if> <if test="userId != null ">and uc.user_id = #{userId}</if>
<if test="ywType != null and ywType != ''">and yw_type = #{ywType}</if> <if test="ywType != null and ywType != ''">and yw_type = #{ywType}</if>
<if test="allInfo != null and allInfo != ''"> <if test="allInfo != null and allInfo != ''">
and all_info like concat('%', #{name}, '%' and all_info like concat('%', #{allInfo}, '%')
</if> </if>
</where> </where>
order by id desc order by id desc

Loading…
Cancel
Save