|
|
|
@ -20,7 +20,7 @@ public interface TaskManualSettleMapper {
|
|
|
|
|
JSONObject findTodayTask(@Param("client_id") int clientId);
|
|
|
|
|
|
|
|
|
|
@AutoSql(type = SqlType.SELECT)
|
|
|
|
|
@AdvanceSelect(addonWhereClause = "clearing_order is null")
|
|
|
|
|
@AdvanceSelect(addonWhereClause = "clearing_order is null or disable_flag=1")
|
|
|
|
|
List<JSONObject> listActiveTasks(@Param("client_id") int clientId);
|
|
|
|
|
|
|
|
|
|
@AutoSql(type = SqlType.INSERT)
|
|
|
|
|