|
@@ -1373,7 +1373,7 @@ public class TaskController extends BladeController {
|
|
if (task.getMeterTaskType() == 1){
|
|
if (task.getMeterTaskType() == 1){
|
|
vo.setType(0);
|
|
vo.setType(0);
|
|
}else {
|
|
}else {
|
|
- vo.setType(task.getMeterTaskType() == 1 ? 1 : 2);
|
|
|
|
|
|
+ vo.setType(task.getMeterTaskType() == 2 ? 1 : 2);
|
|
}
|
|
}
|
|
if (reportAllMoney == null || reportAllMoney.compareTo(BigDecimal.ZERO) == 0){
|
|
if (reportAllMoney == null || reportAllMoney.compareTo(BigDecimal.ZERO) == 0){
|
|
throw new ServiceException("上报金额不能为0");
|
|
throw new ServiceException("上报金额不能为0");
|