细节优化
This commit is contained in:
@@ -36,9 +36,6 @@
|
||||
update xfsg_license_transact
|
||||
set submit_status = #{entity.submitStatus}
|
||||
where shop_id = #{entity.shopId}
|
||||
<if test="entity.deleted != null">
|
||||
and deleted = #{entity.deleted}
|
||||
</if>
|
||||
</update>
|
||||
|
||||
|
||||
|
||||
@@ -233,7 +233,6 @@ public class ApplyLicenseServiceImpl implements ApplyLicenseService {
|
||||
licenseTransactDO.setSubmitStatus(2);
|
||||
shopAuditInfoDO.setRejectReason(result);
|
||||
shopSubStageStatusEnum = ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_42;
|
||||
licenseTransactDO.setDeleted(Constants.ONE_INTEGER);
|
||||
ShopInfoDO shopInfoDO = shopInfoMapper.selectByPrimaryKey(shopId);
|
||||
LineInfoDO lineInfoDO = lineInfoMapper.getByLineId(shopInfoDO.getLineId());
|
||||
commonService.sendSms(lineInfoDO.getMobile(), SMSMsgEnum.LICENSE_NOT_PASS);
|
||||
|
||||
Reference in New Issue
Block a user