推送签名修改
This commit is contained in:
+2
@@ -35,4 +35,6 @@ public interface BusinessDocumentOrderMapper extends BaseMapper<BusinessDocument
|
||||
String getTmsOrderInfo(@Param("goodsNumber") String goodsNumber);
|
||||
|
||||
TmsTransportNote getTmsTransportNote(@Param("tmsOrderId") String tmsOrderId);
|
||||
|
||||
String getPushVerifyByOrgId(@Param("organizationId") Long organizationId);
|
||||
}
|
||||
|
||||
+1
-1
@@ -1976,7 +1976,7 @@ public class ReservationStockInOrderApplicationService {
|
||||
if (lotNo != null) {
|
||||
String[] split = lotNo.split("-");
|
||||
if (split.length == 2) {
|
||||
gwInDetail.setLine_num(split[1]);
|
||||
gwInDetail.setLine_num(Integer.valueOf(split[1]));
|
||||
}
|
||||
}
|
||||
gwInDetail.setItem_no(materialBaseInfoId.toString());
|
||||
|
||||
Reference in New Issue
Block a user