Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d050f7b602
@ -62,7 +62,6 @@ public class ApplyServiceImpl extends DefaultBaseService implements IApplyServic
|
||||
|
||||
|
||||
|
||||
|
||||
public SuccessResultList<List<ApplyDTO>> listPageMyApply(String token,ListPage page){
|
||||
if (StringUtils.isBlank(token)) {
|
||||
page.getParams().put("creator",securityComponent.getCurrentUser().getUserId());
|
||||
@ -88,11 +87,6 @@ public class ApplyServiceImpl extends DefaultBaseService implements IApplyServic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public void audit(String token,ApplyAuditVO applyAuditVO){
|
||||
ApplyDTO applyDTO = this.get(applyAuditVO.getApplyId());
|
||||
if(applyDTO == null){
|
||||
|
@ -444,6 +444,8 @@
|
||||
t1.apply_class_name LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.apply_name LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR
|
||||
t1.apply_card_number LIKE CONCAT('%', #{keywords}, '%')
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
|
Loading…
Reference in New Issue
Block a user