rev:改切出库、报废出库自动分配改为手动分配
This commit is contained in:
@@ -197,6 +197,7 @@ public class ProductScrapServiceImpl implements ProductScrapService {
|
|||||||
jo_mst.put("update_optid", currentUserId + "");
|
jo_mst.put("update_optid", currentUserId + "");
|
||||||
jo_mst.put("update_optname", nickName);
|
jo_mst.put("update_optname", nickName);
|
||||||
jo_mst.put("update_time", now);
|
jo_mst.put("update_time", now);
|
||||||
|
|
||||||
//更新主表
|
//更新主表
|
||||||
wo_mst.update(jo_mst);
|
wo_mst.update(jo_mst);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user