1
This commit is contained in:
@@ -35,7 +35,10 @@ public class WeComChatSession {
|
||||
this.lastInteractionTime = LocalDateTime.now().format(FMT);
|
||||
}
|
||||
|
||||
public boolean isLogisticsWaitRemark() {
|
||||
/**
|
||||
* 是否处于「已收物流链、待备注」步骤。方法名避免使用 isXxx,防止 Fastjson 序列化 Redis JSON 时混入多余布尔字段。
|
||||
*/
|
||||
public boolean matchLogisticsWaitRemark() {
|
||||
return SCENE_JD_LOGISTICS_SHARE.equals(scene) && STEP_WAIT_REMARK.equals(step)
|
||||
&& logisticsUrl != null && !logisticsUrl.isEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user