yun-zuoyi
alwaysfrin 6 years ago
commit e10d71919a

@ -269,6 +269,20 @@ public class WmsHqlPack {
}
/**
*
*
* @param wmsLocate
* @return
*/
public static String packHqlWmsLocatesByType(WmsLocate wmsLocate) {
StringBuffer result = new StringBuffer();
//查询参数封装
HqlPack.getNumEqualPack(wmsLocate.getLocateType(), "locateType", result);
getStringBuilderPack(wmsLocate, result);
return result.toString();
}
/**
*
*
* @param wmsTransType

Loading…
Cancel
Save