|
|
@@ -87,6 +87,7 @@ public class BCommodityController extends BladeController {
|
|
|
.and(ObjectUtils.isNotNull(bCommodity.getHsCode()), i -> i.like(BCommodity::getCnName, bCommodity.getHsCode()).or()
|
|
|
.like(BCommodity::getEnName, bCommodity.getHsCode()).or().like(BCommodity::getHsCode, bCommodity.getHsCode()))
|
|
|
.like(ObjectUtils.isNotNull(bCommodity.getNcmCode()), BCommodity::getNcmCode, bCommodity.getNcmCode())
|
|
|
+ .like(ObjectUtils.isNotNull(bCommodity.getCnName()), BCommodity::getCnName, bCommodity.getCnName())
|
|
|
.like(ObjectUtils.isNotNull(bCommodity.getStatus()), BCommodity::getStatus, bCommodity.getStatus());
|
|
|
String status = sysClient.getParamServiceNew("basic.data.sort");
|
|
|
if ("name".equals(status)) {
|