销售订单修订接口调整
This commit is contained in:
parent
467ac0b442
commit
375cd49388
|
@ -385,7 +385,7 @@ public class APISaleOrderMaitainImpl implements IAPISaleOrderMaitain {
|
||||||
String sql = "";
|
String sql = "";
|
||||||
// ²¿ÃÅ
|
// ²¿ÃÅ
|
||||||
if (cdeptvid != null && !cdeptvid.isEmpty()) {
|
if (cdeptvid != null && !cdeptvid.isEmpty()) {
|
||||||
sql = " select pk_vid,pk_dept from org_dept_v where code = '[code]' ";
|
sql = " select pk_vid,pk_dept from org_dept where code = '[code]' ";
|
||||||
sql = sql.replace("[code]", cdeptvid);
|
sql = sql.replace("[code]", cdeptvid);
|
||||||
Map deptMap = (Map) new BaseDAO().executeQuery(sql, new MapProcessor());
|
Map deptMap = (Map) new BaseDAO().executeQuery(sql, new MapProcessor());
|
||||||
NCCForUAPLogger.debug("APISaleOrderMaitainImpl-setOtherId-deptObj:" + deptMap);
|
NCCForUAPLogger.debug("APISaleOrderMaitainImpl-setOtherId-deptObj:" + deptMap);
|
||||||
|
@ -622,6 +622,9 @@ public class APISaleOrderMaitainImpl implements IAPISaleOrderMaitain {
|
||||||
hvo.setCemployeeid(oldvo.getCemployeeid());
|
hvo.setCemployeeid(oldvo.getCemployeeid());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设置物料的相关字段
|
||||||
|
*/
|
||||||
private void setMaterl(SaleOrderBVO bVO) {
|
private void setMaterl(SaleOrderBVO bVO) {
|
||||||
String cmaterialvid = bVO.getCmaterialvid();
|
String cmaterialvid = bVO.getCmaterialvid();
|
||||||
UFDouble nnum = bVO.getNnum();
|
UFDouble nnum = bVO.getNnum();
|
||||||
|
|
Loading…
Reference in New Issue