|
@@ -466,7 +466,7 @@ public class OrderBillsPlansServiceImpl implements IOrderBillsPlansService {
|
|
@Override
|
|
@Override
|
|
public AjaxResult upReceipts(Long orderNo,String actId,String entityId) {
|
|
public AjaxResult upReceipts(Long orderNo,String actId,String entityId) {
|
|
int i = orderBillsPlansMapper.upReceipts(orderNo);
|
|
int i = orderBillsPlansMapper.upReceipts(orderNo);
|
|
- orderBillsPlansMapper.approvedTaskListV1(actId,entityId,"2");
|
|
|
|
|
|
+ orderBillsPlansMapper.approvedTaskListV1("317",entityId,"2");
|
|
orderBillsPlansMapper.approvedTaskListV1(actId,entityId,"6");
|
|
orderBillsPlansMapper.approvedTaskListV1(actId,entityId,"6");
|
|
if (i == 1) {
|
|
if (i == 1) {
|
|
return AjaxResult.success("ok");
|
|
return AjaxResult.success("ok");
|