bug
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user