PDA 改为UNIAPP

master
cez 2022-06-24 16:51:57 +08:00
parent 8f11321708
commit 82623ca1bb
1 changed files with 0 additions and 4 deletions

View File

@ -487,12 +487,8 @@ public class WmToUpGoodsController extends BaseController {
if (user != null ) {
wmToUpGoods.setCreateName(user.getRealName());
}
wmInQmIController.toup(wmToUpGoods.getWmToUpId(),wmToUpGoods.getKuWeiBianMa(),wmToUpGoods.getCreateBy(),user.getRealName());
// wmToUpGoodsService.save(wmToUpGoods);
} catch (Exception e) {
e.printStackTrace();
D0.setOK(false);