This commit is contained in:
苏竹红
2024-04-19 09:52:02 +08:00
parent c38cd9b4a4
commit 793f07bb9b
2 changed files with 1 additions and 3 deletions

View File

@@ -381,9 +381,6 @@
<if test="request.mobile != null and request.mobile!=''">
and a.mobile = #{request.mobile}
</if>
<if test="request.wantShopAreaId != null">
and a.want_shop_area_id = #{request.wantShopAreaId}
</if>
<if test="request.lineSource != null">
and a.line_source = #{request.lineSource}
</if>

View File

@@ -97,6 +97,7 @@ public abstract class LineFlowService {
auditInfo.setRejectPublicReason(request.getRejectPublicReason());
auditInfo.setRejectRealReason(request.getRejectRealReason());
auditInfo.setCertifyFile(JSONObject.toJSONString(request.getCertifyFile()));
lineAuditInfoDAO.addAuditInfo(auditInfo);
LineInfoDO updateLineInfo = new LineInfoDO();
updateLineInfo.setId(request.getLineId());
updateLineInfo.setUpdateUserId(user.getUserId());