|
@ -186,6 +186,7 @@ public class AsBwinvoiceapplyService extends MybatisBaseService<AsBwinvoiceapply |
|
|
qw.apply(StringUtils.isNotEmpty(finishTimeStart), "date_format (ab.finishTime,'%Y-%m-%d') >= date_format('" + finishTimeStart + "','%Y-%m-%d')"). |
|
|
qw.apply(StringUtils.isNotEmpty(finishTimeStart), "date_format (ab.finishTime,'%Y-%m-%d') >= date_format('" + finishTimeStart + "','%Y-%m-%d')"). |
|
|
apply(StringUtils.isNotEmpty(finishTimeEnd), "date_format (ab.finishTime,'%Y-%m-%d') <= date_format('" + finishTimeEnd + "','%Y-%m-%d')" |
|
|
apply(StringUtils.isNotEmpty(finishTimeEnd), "date_format (ab.finishTime,'%Y-%m-%d') <= date_format('" + finishTimeEnd + "','%Y-%m-%d')" |
|
|
); |
|
|
); |
|
|
|
|
|
qw.orderByDesc("ab.createTime"); |
|
|
IPage<AsBwinvoiceapply> page = PagerUtil.queryToPage(pq); |
|
|
IPage<AsBwinvoiceapply> page = PagerUtil.queryToPage(pq); |
|
|
IPage<AsBwinvoiceapplyVo> pagging = baseMapper.selectPageVo(page, qw); |
|
|
IPage<AsBwinvoiceapplyVo> pagging = baseMapper.selectPageVo(page, qw); |
|
|
for (AsBwinvoiceapplyVo record : pagging.getRecords()) { |
|
|
for (AsBwinvoiceapplyVo record : pagging.getRecords()) { |
|
@ -329,6 +330,9 @@ public class AsBwinvoiceapplyService extends MybatisBaseService<AsBwinvoiceapply |
|
|
} |
|
|
} |
|
|
String businessSid = saveOrUpdateDto(dto).getData(); |
|
|
String businessSid = saveOrUpdateDto(dto).getData(); |
|
|
asBwinvoiceapply = fetchBySid(businessSid); |
|
|
asBwinvoiceapply = fetchBySid(businessSid); |
|
|
|
|
|
if (asBwinvoiceapply == null){ |
|
|
|
|
|
return rb.setMsg(saveOrUpdateDto(dto).getMsg()); |
|
|
|
|
|
} |
|
|
//创建BusinessVariables实体对象
|
|
|
//创建BusinessVariables实体对象
|
|
|
BusinessVariables bv = new BusinessVariables(); |
|
|
BusinessVariables bv = new BusinessVariables(); |
|
|
//流程中的参数赋值、若有网关,则赋值网关中判断的字段。
|
|
|
//流程中的参数赋值、若有网关,则赋值网关中判断的字段。
|
|
|