@ -49,7 +49,7 @@ public class SearchChoicenessSourceItemService extends SPIBaseService implements
params.put("isHideMoved",fields.getIsHideMoved());
params.put("pageNo",fields.getPageNo());
params.put("pageSize",fields.getPageSize());
params.put("authCode",authCode); // TODO 从数据库获取
params.put("authCode",authCode);
log.info(params.toString());
JSONObject resObj = null;
String res = null;
@ -47,6 +47,7 @@
from doudian_aftersale_msg_queue
where doudian_aftersale_msg_queue_id = #{queueId,jdbcType=BIGINT}
and locked = 0
limit 1
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
from doudian_trade_msg_queue
where doudian_trade_msg_queue_id = #{queueId,jdbcType=BIGINT}
@ -40,6 +40,7 @@
from ds_auto_purchase_order_queue
where ds_auto_purchase_order_queue_id = #{queueId,jdbcType=BIGINT}