|
@@ -314,7 +314,6 @@ public class WmPayOffController {
|
|
|
* @param input 参数
|
|
|
* @return 分页结果
|
|
|
*/
|
|
|
-// @SysLog("分页查询结算")
|
|
|
@GetMapping("/listPackageSettleList")
|
|
|
public R<?> listPackageSettleList(Page<WmScorePackageSettleOutput> page, WmScorePackageSettleInput input) {
|
|
|
|
|
@@ -332,10 +331,10 @@ public class WmPayOffController {
|
|
|
* @param input 参数
|
|
|
* @return 分页结果
|
|
|
*/
|
|
|
-// @SysLog("分页查询结算")
|
|
|
@GetMapping("/listMahPackageSettleListForBC")
|
|
|
public R<?> listMAHPackageSettleListForBC(Page<WmScorePackageSettleOutput> page, WmScorePackageSettleInput input) {
|
|
|
|
|
|
+ input.setMahSettleDeptId(Integer.valueOf(input.getSendPackageDeptId()));
|
|
|
input.setMahSettleStep(UpmsType.MahSettleStep.FINANCE);
|
|
|
input.setPackageFinishStatus("1");
|
|
|
input.setTypeid("4");
|
|
@@ -352,7 +351,6 @@ public class WmPayOffController {
|
|
|
* @param input 参数
|
|
|
* @return 分页结果
|
|
|
*/
|
|
|
-// @SysLog("分页查询结算")
|
|
|
@GetMapping("/listMahPackageSettleList")
|
|
|
public R<?> listMAHPackageSettleList(Page<WmScorePackageSettleOutput> page, WmScorePackageSettleInput input) {
|
|
|
|