|
|
|
@ -24,8 +24,11 @@ public class WmsBsonPack {
|
|
|
|
|
Bson bson = new BasicDBObject();
|
|
|
|
|
bson = BsonPackTool.timeBuilder(actionLog.getCreateDatetime(), "createDatetime", bson, false, false);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getOrderNo(), "orderNo", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getTransTypeCode(), "transTypeCode", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getFixId(), "fixId", bson);
|
|
|
|
|
bson = BsonPackTool.getNumEqualPack(actionLog.getAgId(), "agId", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getAgNameC(), "agNameC", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getTransTypeCode(), "transTypeCode", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getOrganizeCode(), "organizeCode", bson);
|
|
|
|
|
bson = BsonPackTool.getNumEqualPack(actionLog.getIsValid(), "isValid", bson);
|
|
|
|
|
bson = BsonPackTool.getNumEqualPack(actionLog.getIsDeleted(), "isDeleted", bson);
|
|
|
|
|