Commit 2bed5fe3 by songyinghui

feature: 订单过滤

parent 189ea04f
......@@ -360,7 +360,7 @@ public class QywxGroupMsgTaskApiServiceImpl implements QywxGroupMsgTaskApiServic
SerializeConfig serializeConfig = new SerializeConfig();
serializeConfig.setPropertyNamingStrategy(PropertyNamingStrategy.SnakeCase);
JSONObject jsonObject = JSON.parseObject(JSON.toJSONString(orderHoloBo, serializeConfig));
if (StringUtils.isNotBlank(orderHoloBo.getShareClerkId())) {
if (Objects.nonNull(orderHoloBo.getContentMaterialId())) {
TableSchema tableSchema = client.getTableSchema("tab_gic_cms_order");
Put temp = new Put(tableSchema);
for (Map.Entry<String, Object> entry : jsonObject.entrySet()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment