|
|
@ -475,7 +475,7 @@ public class WmsHqlPack {
|
|
|
|
DdlPackBean result = new DdlPackBean();
|
|
|
|
DdlPackBean result = new DdlPackBean();
|
|
|
|
|
|
|
|
|
|
|
|
//客户编号
|
|
|
|
//客户编号
|
|
|
|
DdlPreparedPack.getStringEqualPack(basCustomer.getCustNo(), "custNo", result);
|
|
|
|
DdlPreparedPack.getStringLikerPack(basCustomer.getCustNo(), "custNo", result);
|
|
|
|
//客户简称
|
|
|
|
//客户简称
|
|
|
|
DdlPreparedPack.getStringLikerPack(basCustomer.getCustName(), "custName", result);
|
|
|
|
DdlPreparedPack.getStringLikerPack(basCustomer.getCustName(), "custName", result);
|
|
|
|
//客户全称
|
|
|
|
//客户全称
|
|
|
|