|
|
@@ -480,7 +480,7 @@ public class ReceiveNoticeServiceImpl implements ReceiveNoticeService {
|
|
480
|
480
|
|
|
481
|
481
|
@Override
|
|
482
|
482
|
public void saveDataRk(String orgId, Integer storehouseId, Integer warehouseId, String grainVarietyName, BigDecimal rksl,
|
|
483
|
|
- String lsxzzbdh) {
|
|
|
483
|
+ String lsxzzbdh,String xyh) {
|
|
484
|
484
|
// TODO Auto-generated method stub
|
|
485
|
485
|
|
|
486
|
486
|
BusinessNoticeReceive businessNoticeReceive = new BusinessNoticeReceive();
|
|
|
@@ -506,6 +506,7 @@ public class ReceiveNoticeServiceImpl implements ReceiveNoticeService {
|
|
506
|
506
|
businessNoticeReceive.setGrainKind(grainKind);
|
|
507
|
507
|
businessNoticeReceive.setGrainAttribute(3052); //入库 转前 3052商品粮
|
|
508
|
508
|
businessNoticeReceive.setHzqlsxzdm(grainAttribute);//入库 转后
|
|
|
509
|
+ businessNoticeReceive.setContractNumber(xyh);
|
|
509
|
510
|
businessNoticeReceive.setLsxzzbdh(lsxzzbdh);
|
|
510
|
511
|
businessNoticeReceive.setNoticeNumber(lsxzzbdh);
|
|
511
|
512
|
businessNoticeReceive.setCrktype("1"); //1入 3出
|