解决入库单被删之后,关联的订单状态不变的bug

This commit is contained in:
季圣华
2021-09-18 16:55:14 +08:00
parent 5c6327313b
commit ee04284ac1
3 changed files with 47 additions and 28 deletions

View File

@@ -37,7 +37,7 @@ public class BusinessConstants {
* 单据主表出入库类型 type 入库 出库
* depothead
* */
public static final String DEPOTHEAD_TYPE_STORAGE = "入库";
public static final String DEPOTHEAD_TYPE_IN = "入库";
public static final String DEPOTHEAD_TYPE_OUT = "出库";
/**
* 付款类型 payType //现付/预付款