|
@@ -187,7 +187,6 @@ public class LSALogistics extends Controller {
|
|
|
@API(title = "选择送货明细列表", apiversion = R.ID20230720141802.v1.class)
|
|
|
public String selectChooseMXList() throws YosException {
|
|
|
StringBuffer where = new StringBuffer(" 1=1 ");
|
|
|
- System.out.println("666666666666666666");
|
|
|
if (content.containsKey("where")) {
|
|
|
JSONObject whereObject = content.getJSONObject("where");
|
|
|
if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
|
|
@@ -197,6 +196,7 @@ public class LSALogistics extends Controller {
|
|
|
where.append("or t3.spec like '%").append(whereObject.getString("condition")).append("%'");
|
|
|
where.append("or t3.model like '%").append(whereObject.getString("condition")).append("%'");
|
|
|
where.append("or t1.remarks like '%").append(whereObject.getString("condition")).append("%')");
|
|
|
+ where.append("or t6.sonum like '%").append(whereObject.getString("condition")).append("%')");
|
|
|
}
|
|
|
}
|
|
|
//物流单ID
|