@@ -121,9 +121,9 @@ func (r *ErmcpSpotContractModel) buildSql(nQueryType int32) string {
var status string
switch nQueryType {
case 1:
- status = "0"
+ status = "0,4,6"
case 2:
- status = "1,4,6"
+ status = "1"
case 3:
status = "2"
case 4: